(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <proto/iffparse.h>
struct ContextNode * FindPropContext()
SYNOPSIS
struct IFFHandle * iff

LOCATION
In IFFParseBase at offset 28
FUNCTION
Finds the proper context in which to store a property. If we have installed a property entry handler via PropChunk() and such a property chunk (for example id is "CMAP" and type is "ILBM" inside a form, then the storedproperty will be stored in the enclosing FORM chink. If the chunk was inside a PROP chunk inside a LIST, then the storedproperty would be installed in the LIST context.

INPUTS
iff
pointer to IFFHandle struct.
RESULT
cn - pointer to contextnode where the property might be installed, or NULL if no such context exists.

NOTES
This function is most for internal use.

EXAMPLE
BUGS
SEE ALSO
ParentChunk(), CurrentChunk(), StoreItemInContext(), PropChunk()
INTERNALS
HISTORY
15.02.1997 ldp
Renamed D2 to DB2 to avoid nameclash with the register
13.02.1997 digulla
Bugfix. Loads IFF pictures now.

Added lots of debug output

03.02.1997 digulla
Iffparse.library as supplied by Nils H. Lorentzen